From: Chong Yidong Date: Tue, 24 Mar 2009 17:07:06 +0000 (+0000) Subject: * commands.texi (Defining Commands): Clarify introduction. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1094 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a109dc53db8998c5f28daa815d80136194c0cba5;p=emacs.git * commands.texi (Defining Commands): Clarify introduction. (Using Interactive): Not that interactive can be put in a symbol property. (Interactive Call): Note that a symbol with a non-nil interactive-form property satisfies commandp. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0e139cc8c97..b1f28bf242b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,11 @@ +2009-03-24 Chong Yidong + + * commands.texi (Defining Commands): Clarify introduction. + (Using Interactive): Not that interactive can be put in a symbol + property. + (Interactive Call): Note that a symbol with a non-nil + interactive-form property satisfies commandp. + 2009-03-23 Juanma Barranquero * minibuf.texi (Intro to Minibuffers): Fix typos.